@charset "utf-8";
/* CSS Document */
body {
	padding: 0;
	margin: 0;
	background-image:url(../imgs/2017/julho_agosto/capa.jpg);
	background-repeat:no-repeat;
	background-size: 100%;
	background-position:top;
}
#principal {
	
	background-size: 100%;
	background-position: top;
	
}
#topo {
	background-color:#DA2804;
	height:10px;
}
#conteudo {
	background-color: #FFF;
	margin-top: 300px;
	/* [disabled]width: 43%; */
	max-width: 580px;
	height: 1650px;
}
#menu {
	color: #6d6e71;
	font-size: 8pt;
	margin-top: 20px;
	font-family: Merriweather;
}
#menu a:link {
	text-decoration: none;
	color: #FF8080;
}
#menu a:visited {
	text-decoration: none;
	color: #6d6e71;
}
#menu a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
#conteudo a:link {
	text-decoration: none;
	color: #000000;
}
#conteudo a:visited {
	text-decoration: none;
	color: #000000;
}
#conteudo a:hover {
	text-decoration: none;
	color: #FF8080;
}
#rodape {
	height: 60px;
	background-color: #DA2804;
	width: 100%;
	float:left;
	margin-top: 60px;
	font-family: Merriweather;
}
